home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / dev / gg / gmime-1.0.0.readme < prev    next >
Text File  |  2002-09-14  |  6KB  |  181 lines

  1. Short:    Utilities for parsing and creating messages using MIME
  2. Author:   Jeffrey Stedfast & Diego Casorran
  3. Uploader: dcr8520@amiga.org
  4. Version:  1.0.0
  5. Type:     dev/gg
  6. Requires: gcc
  7.  
  8. ----------------------------------------------------------------------------
  9.  
  10.         This  package  comes  from      http://Amiga.SourceForge.net
  11.  
  12. ----------------------------------------------------------------------------
  13.  
  14. GMime is a set of utilities for parsing and creating messages using
  15. the Multipurpose Internet Mail Extension (MIME) as defined by the
  16. following RFCs:
  17.  
  18.  * 0822: Standard for the Format of Arpa Internet Text Messages
  19.  * 1521: MIME (Multipurpose Internet Mail Extensions) Part One:
  20.          Mechanisms for Specifying and Describing the Format of 
  21.          Internet Message Bodies
  22.  * 2045: Multipurpose Internet Mail Extensions (MIME) Part One:
  23.          Format of Internet Message Bodies
  24.  * 2046: Multipurpose Internet Mail Extensions (MIME) Part Two:
  25.          Media Types
  26.  * 2047: Multipurpose Internet Mail Extensions (MIME) Part Three:
  27.          Message Header Extensions for Non-ASCII Text
  28.  * 2048: Multipurpose Internet Mail Extensions (MIME) Part Four:
  29.          Registration Procedures
  30.  * 2049: Multipurpose Internet Mail Extensions (MIME) Part Five:
  31.          Conformance Criteria and Examples
  32.  * 2183: Communicating Presentation Information in Internet Messages:
  33.          The Content-Disposition Header Field
  34.  * 2184: MIME Parameter Value and Encoded Word Extensions: Character
  35.          Sets, Languages, and Continuations
  36.  * 2231: MIME Parameter Value and Encoded Word Extensions: Character
  37.          Sets, Languages, and Continuations (Obsoletes rfc2184)
  38.  
  39. Other RFCs of interest:
  40.  
  41.  * 1847: Security Multiparts for MIME: Multipart/Signed and 
  42.          Multipart/Encrypted
  43.  * 1872: The MIME Multipart/Related Content-type
  44.  * 1927: Suggested Additional MIME Types for Associating Documents
  45.  * 2015: MIME Security with Pretty Good Privacy (PGP)
  46.  * 2311: S/MIME Version 2 Message Specification
  47.  * 2312: S/MIME Version 2 Certificate Handling
  48.  * 2387: The Multipart/Related Content-Type.
  49.  * 2424: Content Duration MIME Header Definition
  50.  * 2632: S/MIME Version 3 Certificate Handling
  51.  * 2633: S/MIME Version 3 Message Specification
  52.  * 2634: Enhanced Security Services for S/MIME
  53.  
  54.  
  55. LICENSE INFORMATION
  56. -------------------
  57.  
  58. The GMime library is Copyright (C) 2000,2002 Jeffrey Stedfast.
  59.  
  60. This library is free software; you can redistribute it and/or modify
  61. it under the terms of the GNU General Public License as published by
  62. the Free Software Foundation; either version 2 of the License, or
  63. (at your option) any later version.
  64.  
  65. This library is distributed in the hope that it will be useful,
  66. but WITHOUT ANY WARRANTY; without even the implied warranty of
  67. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  68. GNU General Public License for more details.
  69.  
  70. You should have received a copy of the GNU General Public License
  71. along with this library; if not, write to the Free Software
  72. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  73.  
  74.  
  75. HISTORY
  76. -------
  77.  
  78. As a developer and user of Electronic Mail clients, I had come to
  79. realize that the vast majority of E-Mail client solutions had
  80. less-than-satisfactory MIME implementations. More often than not these
  81. E-Mail clients created broken MIME messages and/or would incorrectly
  82. try to parse a MIME message thus subtracting from the full benefits
  83. that MIME was meant to provide. GMime is meant to address this issue
  84. by following the MIME specification as closely as possible while also
  85. providing programmers with an extremely easy to use application
  86. programming interface (API).
  87.  
  88.  
  89. OBTAINING GMIME
  90. ---------------
  91.  
  92. Sources to GMime may be obtained from:
  93.   http://spruce.sourceforge.net/gmime/sources/
  94.  
  95. Information regarding GMime may be obtained from the Spruce home page:
  96.   http://spruce.sourceforge.net/gmime/
  97.  
  98. Experimental CVS versions of GMime may be obtained by following the
  99. directions at cvs.gnome.org, module gmime.
  100.  
  101.   cvs -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome login
  102.   cvs -z3 -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome co gmime
  103.  
  104.  
  105. REQUIREMENTS
  106. ------------
  107.  
  108. For proper compilation and functionality of GMime, the following packages
  109. are REQUIRED:
  110.  
  111.   - Glib version 1.2.x
  112.     Glib provides a number of portability-enhancing functions and types.
  113.     Glib is included in most GMime-supported operating system
  114.     distributions.  Glib sources may be obtained from:
  115.       ftp://ftp.gtk.org/pub/gtk/v1.2
  116.  
  117.  
  118. DOCUMENTATION
  119. -------------
  120.  
  121. This is the README file for GMime.  Additional documentation related to
  122. development using GMime has been included within the source release
  123. of GMime.
  124.  
  125.   doc/                  Contains SGML and HTML versions of the GMime manual
  126.  
  127.   rfc/                  Contains text versions of the RFCs for the
  128.                         specifications GMime supports
  129.  
  130.   AUTHORS               List of primary authors (source code developers)
  131.  
  132.   COPYING               The GNU General Public License, version 2
  133.  
  134.   ChangeLog             Log of changes made to the source code
  135.  
  136.   INSTALL               In-depth installation instructions
  137.  
  138.   NEWS                  Release notes (Overview of changes)
  139.  
  140.   TODO                  Description of planned GMime development
  141.  
  142.  
  143. You can find online developer documentation at
  144. http://spruce.sourceforge.net/gmime/doc
  145.  
  146.  
  147. REPORTING BUGS
  148. --------------
  149.  
  150. Bugs may be reported to the GMime development team by sending email to:
  151. fejj@helixcode.com
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158. ·············································A·r·c·h·i·v·e··C·o·n·t·e·n·t·s··
  159. LhA Freeware Version 2.2
  160. Copyright © 1991-94 by Stefan Boberg.
  161. Copyright © 1998-2000 by Jim Cooper and David Tritscher.
  162.  
  163. Listing of archive 'gmime-1.0.0.lha':
  164. Original  Packed Ratio    Date     Time    Name
  165. -------- ------- ----- --------- --------  -------------
  166.  1576960  438559 72.1% 29-Jun-02 11:30:54  !-to-gg.tar
  167.       38      38  0.0% 24-Oct-00 21:01:36  AUTHORS
  168.    74855   21151 71.7% 13-Jun-02 01:26:40  ChangeLog
  169.    17992    7014 61.0% 30-Oct-01 17:46:20  COPYING
  170.     5214    2197 57.8% 13-Jun-02 02:25:26  README
  171.       69      63  8.6% 31-Dec-02 23:59:58  source
  172.     1564     812 48.0% 23-Mar-02 23:49:18  TODO
  173. -------- ------- ----- --------- --------
  174.  1676692  469834 71.9% Operation successful.
  175.  
  176.  
  177.  
  178.  
  179. _____________________________
  180. .Readme created with:  MRea  \
  181.